a0dd30fcc4ee21e90068814b9f5f788e3cff4433,xwiki-platform-core/xwiki-platform-release/xwiki-platform-release-test/xwiki-platform-release-test-tests/src/test/it/org/xwiki/release/test/ui/ReleaseTest.java,ReleaseTest,testRelease,#,52
Before Change
// Create a user and log in with it so that we test the application with a standard user
// Note that using the superadmin user would also fail since the uservatar macro doesn't work with it.
getUtil().registerLoginAndGotoPage(getTestClassName() + "User", "password", ApplicationsPanel.getURL());
// Navigate to the Release app by clicking in the Application Panel.
// This verifies that the Release application is registered in the Applications Panel.
After Change
{
// Create a user and log in with it so that we test the application with a standard user
// Note that using the superadmin user would also fail since the uservatar macro doesn't work with it.
getUtil().createUser(getTestClassName() + "User", "password");
// Delete pages that we create in the test (we have to be logged in).
getUtil().deletePage("Release", RELEASE_PAGE_NAME);